| lcPaint_PtbufInterpolate | Home |
|
BOOL lcPaint_PtbufInterpolate ( HANDLE hPtbuf, BOOL bClosed, HANDLE hPtbufDest, int FitType, int Quality ); |
| hPtbuf | |||||||||||||||||
| Handle to points buffer which represents source polyline. | |||||||||||||||||
| bClosed | |||||||||||||||||
| If TRUE then source polyline is closed. | |||||||||||||||||
| hPtbufDest | |||||||||||||||||
| Handle to destination points buffer. If NULL then this function will modify the source points buffer. | |||||||||||||||||
| FitType | |||||||||||||||||
Determines how destination polyline fits to the source polyline.
Can be one of the following values:
| |||||||||||||||||
| Quality | |||||||||||||||||
| A number of lines generated per curve segment. | |||||||||||||||||
| If the function succeeds, the return value is nonzero (TRUE). |